From: Richard M. Stallman Date: Thu, 30 May 2002 17:13:54 +0000 (+0000) Subject: (find-file-default): Add defvar for var already used. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56904 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a49a58f999b17d8e4da728372a778f6e9dce9f2c;p=emacs.git (find-file-default): Add defvar for var already used. --- diff --git a/lisp/files.el b/lisp/files.el index 4930d6a96a0..bac2f6bb5c9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -788,6 +788,9 @@ documentation for additional customization information." (pop-to-buffer buffer t norecord) (raise-frame (window-frame (selected-window))))) +(defvar find-file-default nil + "Used within `find-file-read-args'.") + (defun find-file-read-args (prompt) (list (let ((find-file-default (and buffer-file-name